home *** CD-ROM | disk | FTP | other *** search
- on keyupLOGIC_OLD
-
- --------------- REWIND -------------------v
- if the keyCOde = 123 then -- LEFT
- set the member of sprite 15 to member "rewind off"
- updateStage
- set the movierate of sprite 46 to 1
- end if
-
- --------------- FST FWD -------------------v
- if the keyCOde = 124 then -- RIGHT
- set the member of sprite 16 to member "fast forward off"
- updateStage
- if (the movietime of sprite 46) < (the duration of sprite 46) then
- set the movierate of sprite 46 to 1
- end if
- end if
-
- end
-